home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / x11 / auto-autoloads.el.z / auto-autoloads.el
Encoding:
Text File  |  1998-05-21  |  1.3 KB  |  29 lines

  1. ;;; DO NOT MODIFY THIS FILE
  2. (if (featurep 'x11-autoloads) (error "Already loaded"))
  3.  
  4. (provide 'x11-autoloads)
  5.  
  6. ;;;### (autoloads (font-menu-weight-constructor font-menu-size-constructor font-menu-family-constructor reset-device-font-menus) "x-font-menu" "x11/x-font-menu.el")
  7.  
  8. (defcustom font-menu-ignore-scaled-fonts t "*If non-nil, then the font menu will try to show only bitmap fonts." :type 'boolean :group 'x)
  9.  
  10. (defcustom font-menu-this-frame-only-p nil "*If non-nil, then changing the default font from the font menu will only\naffect one frame instead of all frames." :type 'boolean :group 'x)
  11.  
  12. (fset 'install-font-menus 'reset-device-font-menus)
  13.  
  14. (autoload 'reset-device-font-menus "x-font-menu" "\
  15. Generates the `Font', `Size', and `Weight' submenus for the Options menu.
  16. This is run the first time that a font-menu is needed for each device.
  17. If you don't like the lazy invocation of this function, you can add it to
  18. `create-device-hook' and that will make the font menus respond more quickly
  19. when they are selected for the first time.  If you add fonts to your system, 
  20. or if you change your font path, you can call this to re-initialize the menus." nil nil)
  21.  
  22. (autoload 'font-menu-family-constructor "x-font-menu" nil nil nil)
  23.  
  24. (autoload 'font-menu-size-constructor "x-font-menu" nil nil nil)
  25.  
  26. (autoload 'font-menu-weight-constructor "x-font-menu" nil nil nil)
  27.  
  28. ;;;***
  29.